home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / tex-k / tex-k-archive.past / tex-k-archive.gz / tex-k-archive / 000988_titan%macdict@m…dict.mq.edu.au_Sat Sep 24 01:55:26 1994.msg < prev    next >
Internet Message Format  |  1994-10-11  |  5KB

  1. Received: from sunb.ocs.mq.edu.au by cs.umb.edu with SMTP id AA07707
  2.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 23 Sep 1994 01:55:57 -0400
  3. Received: from macdict.dict.mq.edu.au by sunb.ocs.mq.edu.au with SMTP id AA08336
  4.   (5.65c/IDA-1.4.4 for <tex-k@cs.umb.edu>); Fri, 23 Sep 1994 15:55:43 +1000
  5. Received: by macdict.dict.mq.edu.au (5.0/SMI-SVR4)
  6.     id AA24294; Fri, 23 Sep 1994 15:55:26 --1000
  7. Date: Fri, 23 Sep 1994 15:55:26 --1000
  8. From: titan%macdict@macdict.dict.mq.edu.au (Titan Login)
  9. Message-Id: <9409230555.AA24294@macdict.dict.mq.edu.au>
  10. To: tex-k@cs.umb.edu
  11. Subject: xdvik
  12. X-Sun-Charset: US-ASCII
  13. Content-Length: 4350
  14.  
  15. Hi
  16.  
  17. My name's Richard Tardif and I work at Macquarie Uni in Australia on the
  18. Macquarie Dictionary project. We've used TeX for some time in a commercial
  19. release for Macintosh (Textures from Blue Sky). Now we've moved to a
  20. Sun M4 using SunOS 5.3 and OpenWindows 3.3, and I'm trying to get stuff from
  21. the tex-archives. I'm a relative novice with C (we have SPARCompiler C 3.0).
  22.  
  23. We tried compiling some of the packages and they crashed out fairly quickly.
  24. We then went just for the executables in sun4m_53.tar.gz, together with
  25. lib.tar.gz and share.tar.gz, using default directory paths. This seems to 
  26. work. E.g. we ran initex on plain.tex and successfully produced plain.fmt,
  27. and then ran virtex on story.tex and got the .dvi output. One problem, though,
  28. is that virtex doesn't seem to be able to find tex.fmt unless it's specified
  29. with '&tex'. I've tried a couple of locations following what I can gather from
  30. the directory instructions, including ini and tex/plain, but no luck. Where
  31. should the .fmt files go?
  32.  
  33. Our main problem, though, is with xdvik.tar.gz, which crashes in compiling
  34. after quite a bit of successful work. In the most recent attempt we
  35. unpacked it in /usr/local/lib and followed the INSTALL file - namely
  36. running compile and make in the directory with kpathsea and xdvi sub-dirs.
  37. Make crashed and I'm appending the final batch of messages. Would you be
  38. able to help with this, or at least point me to files I should have read
  39. more carefully?
  40.  
  41. Richard
  42.  
  43. rm -f kpathsea.a
  44. ar cq kpathsea.a tex-file.o absolute.o cnf.o concat.o concat3.o concatn.o db.o  debug.o default.o dir.o elt-dirs.o expand.o extend-fname.o file-p.o      find-suffix.o fn.o fontmap.o hash.o itoa.o line.o magstep.o make-suffix.o  path-elt.o pathsearch.o proginit.o progname.o putenv.o readable.o        rm-suffix.o str-list.o str-llist.o tex-glyph.o tex-make.o tilde.o        truncate.o uppercasify.o variable.o version.o xcalloc.o xfopen.o         xmalloc.o xopendir.o xputenv.o xrealloc.o xstat.o xstrdup.o 
  45. : kpathsea.a
  46. for d in dviljk dvipsk web2c xdvik; do \
  47.   test ! -d $d || (cd $d; make  CFLAGS='-g ' prefix=/usr/local exec_prefix=/usr/local  bindir=/usr/local/bin scriptdir=/usr/local/bin libdir=/usr/local/lib  datadir=/usr/local/lib infodir=/usr/local/info includedir=/usr/local/include  manext=1 mandir=/usr/local/man/man1  texmf=/usr/local/lib/texmf  texinputdir=/usr/local/lib/texmf/tex mfinputdir=/usr/local/lib/texmf/mf  fontdir=/usr/local/lib/texmf/fonts  fmtdir=/usr/local/lib/texmf/ini basedir=/usr/local/lib/texmf/ini  texpooldir=/usr/local/lib/texmf/ini mfpooldir=/usr/local/lib/texmf/ini  install_fonts=true  dvipsdir=/usr/local/lib/texmf/dvips psheaderdir=/usr/local/lib/texmf/dvips  default_texsizes='300:600'   default); done
  48. cc  -I. -I./../xdvik  -I.. -I./../xdvik/..  -I/usr/openwin/include -DBUTTONS -DPS_GS  -g -c xdvi.c
  49. cc  -I. -I./../xdvik  -I.. -I./../xdvik/..  -I/usr/openwin/include -DBUTTONS -DPS_GS  -g -c dvi_draw.c
  50. cc  -I. -I./../xdvik  -I.. -I./../xdvik/..  -I/usr/openwin/include -DBUTTONS -DPS_GS  -g -c dvi_init.c
  51. cc  -I. -I./../xdvik  -I.. -I./../xdvik/..  -I/usr/openwin/include -DBUTTONS -DPS_GS  -g -c events.c
  52. cc  -I. -I./../xdvik  -I.. -I./../xdvik/..  -I/usr/openwin/include -DBUTTONS -DPS_GS  -g -c font-open.c
  53. cc  -I. -I./../xdvik  -I.. -I./../xdvik/..  -I/usr/openwin/include -DBUTTONS -DPS_GS  -g -c gf.c
  54. cc  -I. -I./../xdvik  -I.. -I./../xdvik/..  -I/usr/openwin/include -DBUTTONS -DPS_GS  -g -c pk.c
  55. cc  -I. -I./../xdvik  -I.. -I./../xdvik/..  -I/usr/openwin/include -DBUTTONS -DPS_GS  -g -c psdps.c
  56. "psdps.c", line 594: warning: empty translation unit
  57. cc  -I. -I./../xdvik  -I.. -I./../xdvik/..  -I/usr/openwin/include -DBUTTONS -DPS_GS  -g -c psgs.c
  58. cc  -I. -I./../xdvik  -I.. -I./../xdvik/..  -I/usr/openwin/include -DBUTTONS -DPS_GS  -g -c squeeze.c
  59. cc  -o squeeze squeeze.o ../kpathsea/kpathsea.a -L/usr/openwin/lib -R/usr/openwin/lib -lXaw -lXmu -lXt -lXext -lnsl -lsocket -lX11 -lnsl -lsocket  -lm 
  60. ucbcc: Warning: Option -R/usr/openwin/lib passed to ld, if ld is invoked, ignored otherwise
  61. ./squeeze ./../xdvik/psheader.txt psheader.c
  62. ld.so.1: ./squeeze: fatal: libucb.so.1: can't open file: errno=2
  63. *** Signal 9
  64. make: Fatal error: Command failed for target `psheader.c'
  65. Current working directory /usr/local/lib/xdvik-18b/xdvik
  66. *** Error code 1
  67. make: Fatal error: Command failed for target `default'